home *** CD-ROM | disk | FTP | other *** search
/ Star Festival... a Return to Japan / Star Festival... a Return to Japan.iso / pc / STARFESTIVAL / 20r.dir / 00008_site scripts.ls < prev    next >
Encoding:
Text File  |  1999-04-07  |  588 b   |  61 lines

  1. on myPlay
  2.   if (the frame <= (marker("a") + 1)) or (the frame = (marker("aP") + 1)) then
  3.     go("aP")
  4.   else
  5.     go("bP")
  6.   end if
  7. end
  8.  
  9. on myUp
  10.   qTHalt()
  11.   scrollMechOne(1)
  12. end
  13.  
  14. on myDown
  15.   qTHalt()
  16.   scrollMechOne(2)
  17. end
  18.  
  19. on myLeft
  20.   qTHalt()
  21.   scrollMechTwo(1)
  22. end
  23.  
  24. on myRight
  25.   qTHalt()
  26.   scrollMechTwo(2)
  27. end
  28.  
  29. on myPag
  30. end
  31.  
  32. on myDia
  33. end
  34.  
  35. on myNot
  36. end
  37.  
  38. on myPho
  39. end
  40.  
  41. on myVid
  42.   qTHalt()
  43.   go("localXit")
  44.   play movie "20q1"
  45.   go("a")
  46. end
  47.  
  48. on myvid2
  49.   qTHalt()
  50.   go("localXit")
  51.   play movie "20q2"
  52.   go("a")
  53. end
  54.  
  55. on myvid3
  56.   qTHalt()
  57.   go("localXit")
  58.   play movie "20q3"
  59.   go("a")
  60. end
  61.